home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Games World / Games Utilities / NetRPG / NetRPG 3.0.1 / NetRPG 3.0.1.rsrc / STR#_134.txt < prev    next >
Text File  |  1997-07-10  |  1KB  |  39 lines

  1. /CLEAR - sends 20 blank lines to your info window
  2.  
  3. /MOVE, /MV 99666 - moves icon NE 2 spaces, then E 3 spaces (directions are the keypad numbers)
  4.  
  5. /MOVETO, MVTO 40,2 - moves character's map icon to space 40,2
  6.  
  7. /MAP - prints out ascii info the DM has entered onto the server
  8.  
  9. /VERSION - prints out NetRPG version information
  10.  
  11. /WAIT, /WA (DM or current player) - delays action till end of initiative round
  12.  
  13. /NEXT - (DM or current player) moves to next initiative number
  14.  
  15. /DAMAGE,/DAM X - stores X damage  to player's HP's
  16.  
  17. /WHO - lists all players and monsters
  18.  
  19. /TARGET, /T target - sets player's LastTarget to target
  20.  
  21.  and adds in a to hit [mod] if it is there.
  22.  
  23. /ATTACK,/A target [mod]-> attacks target (or LastTarget if target omitted)
  24.  
  25. /READY,/RE 3 17 2d4+1 big stick, sets player's speed factor to 3, THACO to 17, damage to 2d4+1, and desc. of "big stick"
  26.  
  27. /ROLL xdy+z <priv>, /.xdy+z - Rolls x of y sided dice, and adds (or subtracts) z <priv> sends results to player & DM only
  28.  
  29. /SET <variable> <value> - /SET by itself for a list of variables.
  30.  
  31. /DO <action> - Shows action
  32.  
  33. ===========================
  34.  
  35. General Character Commands
  36.  
  37. ===========================
  38.  
  39.